Learn R Programming

gdalBindings (version 0.1.17)

[[<-.GDALRasterBand: GDALRasterBand [[]]= setter

Description

This function gives access to the GDALRasterBand using [[i]], where i is the band index to return.

Usage

# S3 method for GDALRasterBand
[[(x, blockX, blockY) <- value

Value

Nothing, this is a setter

Arguments

x

GDALRasterBand. Automatically obtained from GDALDataset[[]] call.

blockX

Integer. The x index for block to access.

blockY

Integer. The y index for block to access.

value

Integer. The value buffer to write